testing.T.isParallel (field)

6 uses

	testing (current package)
		testing.go#L783: 	isParallel bool
		testing.go#L1230: 	if t.isParallel {
		testing.go#L1236: 	t.isParallel = true
		testing.go#L1281: 	if t.isParallel {
		testing.go#L1413: 			if !t.isParallel {
		testing.go#L1417: 		} else if t.isParallel {